home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step05 / Makefile.diff next >
Encoding:
Makefile  |  1994-08-02  |  1.6 KB  |  51 lines

  1. *** ../step4/Makefile    Thu Dec 16 15:01:00 1993
  2. --- Makefile    Thu Dec 16 15:24:56 1993
  3. ***************
  4. *** 73,79 ****
  5.   AFS_LIBPATH        = /usr/afs/lib
  6.   AFS_LIBS        = -L${AFS_LIBPATH}/afs -lkauth -lprot -L${AFS_LIBPATH} -lubik -lauth -lrxkad -lsys -ldes -lrx -llwp -lcmd -lcom_err -lc ${AFS_LIBPATH}/afs/util.a
  7.   
  8. ! NETBSD_LIBS        = #XXX -lutil
  9.   CMUCS_LIBS        = -lsys
  10.   OSF_LIBS        = -lbsd
  11.   LIBS            = libextra.a
  12. --- 73,81 ----
  13.   AFS_LIBPATH        = /usr/afs/lib
  14.   AFS_LIBS        = -L${AFS_LIBPATH}/afs -lkauth -lprot -L${AFS_LIBPATH} -lubik -lauth -lrxkad -lsys -ldes -lrx -llwp -lcmd -lcom_err -lc ${AFS_LIBPATH}/afs/util.a
  15.   
  16. ! NETBSD_LIBS        = -lutil
  17. ! ABI_NETLIBS        = -lnsl -lsocket
  18. ! ABI_LIBS        =
  19.   CMUCS_LIBS        = -lsys
  20.   OSF_LIBS        = -lbsd
  21.   LIBS            = libextra.a
  22. ***************
  23. *** 86,98 ****
  24.   all: ${PROGRAMS}
  25.   
  26.   sup: ${sup_OFILES} ${LIBS}
  27. !     ${CC} ${CFLAGS} -o sup ${sup_OFILES} ${LIBS} ${NETBSD_LIBS}
  28.   
  29.   supfilesrv: ${supfilesrv_OFILES} ${supfilesrv_LIBS}
  30. !     ${CC} ${CFLAGS} -o supfilesrv ${supfilesrv_OFILES} ${supfilesrv_LIBS} ${NETBSD_LIBS}
  31.   
  32.   supscan:  ${supscan_OFILES} ${LIBS}
  33. !     ${CC} ${CFLAGS} -o supscan ${supscan_OFILES} ${LIBS} ${NETBSD_LIBS}
  34.   
  35.   libextra.a: ${EXTRA}
  36.       ar r libextra.a $?
  37. --- 88,100 ----
  38.   all: ${PROGRAMS}
  39.   
  40.   sup: ${sup_OFILES} ${LIBS}
  41. !     ${CC} ${CFLAGS} -o sup ${sup_OFILES} ${LIBS} ${ABI_LIBS} ${ABI_NETLIBS}
  42.   
  43.   supfilesrv: ${supfilesrv_OFILES} ${supfilesrv_LIBS}
  44. !     ${CC} ${CFLAGS} -o supfilesrv ${supfilesrv_OFILES} ${supfilesrv_LIBS} ${ABI_LIBS} ${ABI_NETLIBS}
  45.   
  46.   supscan:  ${supscan_OFILES} ${LIBS}
  47. !     ${CC} ${CFLAGS} -o supscan ${supscan_OFILES} ${LIBS} ${ABI_LIBS}
  48.   
  49.   libextra.a: ${EXTRA}
  50.       ar r libextra.a $?
  51.